Edit DOCX
Modify Microsoft Word DOCX files — replace text, remove or append paragraphs, insert HTML parts, and export DOCX or HTML.
Sponsored by Deepsite.site, Most Affordable AI Code Agent Powered by DeepSeek.
<link rel="preload" href="/assets/Inter-Light-ed7700a5.woff2" as="font" crossorigin type="font/woff2">
<link rel="preload" href="/assets/Inter-Regular-14a9d9e2.woff2" as="font" crossorigin type="font/woff2">
<link rel="preload" href="/assets/Inter-Medium-88799d0f.woff2" as="font" crossorigin type="font/woff2">
<link rel="preload" href="/assets/Inter-SemiBold-5f190ea5.woff2" as="font" crossorigin type="font/woff2">
<link rel="preload" href="/assets/InterDisplay-Light-b9c4809a.woff2" as="font" crossorigin type="font/woff2">
<link rel="preload" href="/assets/InterDisplay-Regular-20cdf234.woff2" as="font" crossorigin type="font/woff2">
<link rel="preload" href="/assets/InterDisplay-Medium-f95efd91.woff2" as="font" crossorigin type="font/woff2">
<link rel="preload" href="/assets/InterDisplay-SemiBold-244c0f15.woff2" as="font" crossorigin type="font/woff2">
<link rel="preload" href="/assets/Louize-Italic-205TF-11f0edd0.otf" as="font" crossorigin type="font/otf">
<link rel="preload" href="/assets/GeistMono-Variable-2cb6f4fb.woff2" as="font" crossorigin type="font/woff2">
<link rel="stylesheet" href="/assets/application-b7395a13.css" data-turbo-track="reload" />
<script type="importmap" data-turbo-track="reload">{
"imports": { "application": "/assets/application-bfcdf840.js", "@hotwired/turbo-rails": "/assets/turbo.min-9fd88cd5.js", "@hotwired/stimulus": "/assets/stimulus.min-4b1e420e.js", "@hotwired/stimulus-loading": "/assets/stimulus-loading-1fc53fe7.js", "controllers/application": "/assets/controllers/application-3affb389.js", "controllers/copy_controller": "/assets/controllers/copy_controller-7b7f29ba.js", "controllers/disclosure_controller": "/assets/controllers/disclosure_controller-6d2605c4.js", "controllers/document_card_controller": "/assets/controllers/document_card_controller-77e16fc2.js", "controllers/document_list_controller": "/assets/controllers/document_list_controller-5427bc55.js", "controllers/document_upload_controller": "/assets/controllers/document_upload_controller-e372a3d6.js", "controllers/hello_controller": "/assets/controllers/hello_controller-708796bd.js", "controllers": "/assets/controllers/index-ee64e1f1.js", "controllers/tabs_controller": "/assets/controllers/tabs_controller-08a27508.js" } }
<main class="container">
<section class="hero" data-hero-rotator="true" data-hero-rotator-messages="["MCP for DOCX manipulation","REST API for DOCX manipulation","DOCX MCP for Developers","DOCX MCP for Agents","HTML to editable DOCX","DOCX to embeddable HTML code"]" data-hero-rotator-interval="5000">
Upload Word documents, edit DOCX via MCP/API, and get embeddable HTML. Ephemeral by design.
function setupHeroRotator() {
const root = document.querySelector("[data-hero-rotator]")
if (!root) return
const headline = root.querySelector("[data-hero-rotator-headline]")
if (!headline) return
const messages = parseHeroMessages(root.dataset.heroRotatorMessages)
if (messages.length < 2) return
const interval = Number(root.dataset.heroRotatorInterval || 5000)
if (root.heroRotatorTimer) window.clearInterval(root.heroRotatorTimer)
let index = 0
root.heroRotatorTimer = window.setInterval(() => {
index = (index + 1) % messages.length
headline.textContent = messages[index]
}, interval)
}
document.addEventListener("turbo:load", setupHeroRotator)
setupHeroRotator()
})()
//]]>
Modify Microsoft Word DOCX files — replace text, remove or append paragraphs, insert HTML parts, and export DOCX or HTML.
<article class="feature-card">
Connect Claude Code or Cursor agents with Bearer auth. No npm package required. Keep your code thin and lightweight.
<article class="feature-card">
Upload, convert, and modify with simple HTTP endpoints. Same engine, any client.
<article class="feature-card">
The fastest DOCX to HTML converter. In less than <1s for most DOCXs. Production-ready for developers.
<article class="feature-card">
Embeddable HTML previews ready to use in your solution.
<article class="feature-card">
We convert, not archive. Files expire automatically; history stays in your account.
<footer class="home-footer">
</main>
{
"mcpServers": {
"docxtohtml": {
"type": "http",
"url": "https://docx.sh/mcp",
"headers": {
"Authorization": "Bearer XXXXXXYOUR_TOKENXXXXXX"
}
}
}
}